Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.core.CoreExtensions--configuration

This contribution is part of XML component org.nuxeo.ecm.core.CoreExtensions inside nuxeo-core-9.10.jar /OSGI-INF/CoreExtensions.xml

Documentation

The default type manager configuration

Extension Point

Extension point configuration of component TypeService.

Contributed Items

  • <configuration>
          <!--prefetch>common, dublincore</prefetch-->
          <prefetch>common.icon, dc:title, dc:description, dc:created, dc:modified,
            dc:lastContributor, dc:creator</prefetch>
          <clearComplexPropertyBeforeSet>true</clearComplexPropertyBeforeSet> <!-- false is DEPRECATED since 9.3 -->
        </configuration>

XML Source

<extension point="configuration" target="org.nuxeo.ecm.core.schema.TypeService">
    <documentation>The default type manager configuration</documentation>
    <configuration>
      <!--prefetch>common, dublincore</prefetch-->
      <prefetch>common.icon, dc:title, dc:description, dc:created, dc:modified,
        dc:lastContributor, dc:creator</prefetch>
      <clearComplexPropertyBeforeSet>true</clearComplexPropertyBeforeSet> <!-- false is DEPRECATED since 9.3 -->
    </configuration>
  </extension>